home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20031118-20041115
/
000287_finhead@optonline.net_Fri May 7 11:27:05 2004.msg
< prev
next >
Wrap
Internet Message Format
|
2004-11-14
|
4KB
Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
From: finhead@optonline.net (finhead)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit screen resolution
Date: 7 May 2004 08:18:50 -0700
Organization: http://groups.google.com
Lines: 54
Message-ID: <456f3f60.0405070718.3a6c8421@posting.google.com>
References: <456f3f60.0404160710.603aa883@posting.google.com> <408010B1.7070600@nyc.rr.com> <456f3f60.0404230627.46fc3f02@posting.google.com> <40892C2A.1000404@nyc.rr.com> <456f3f60.0404231108.19555b96@posting.google.com> <40896B0B.9050001@nyc.rr.com> <456f3f60.0404260708.b449dc7@posting.google.com> <408D9071.2050607@nyc.rr.com> <456f3f60.0404300532.21114641@posting.google.com> <40925ED2.9060506@nyc.rr.com>
NNTP-Posting-Host: 12.161.241.150
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1083943131 12560 127.0.0.1 (7 May 2004 15:18:51 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 7 May 2004 15:18:51 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15007
First of all I want to thank you for all the information and support.
Let me tell you what settings I have on the dialer.
Under terminal settings
Terminal Type wyse370
Character size 8 bits
Screen Width 129 columns Height 28 lines
Then under GUI settings
I have Use GUI Kermit 95 checked
Fontsize 20
Resize Mode; Change dimentsions
Font Size 20
Run: Maximized
Then I have the "Menu bar,Tool bar, and Status bar all uncheked. When
I click on this connection from the dialer I get the desired result. I
then create the shortcut and I do not get the same screen. It fills
about half the screen starting from the upper left hand corner. I then
edit the shortcut to start maximized and I still do not get the
desired result. Sorry that this thread is getting long.
Jeffrey Altman <jaltman2@nyc.rr.com> wrote in message news:<40925ED2.9060506@nyc.rr.com>...
> The ability of a Maximized Kermit 95 window to fill the screen is
> affected by the following options:
>
> * fontname
> * fontsize
> * terminal height
> * terminal width
> * Gui Resize Mode: {change dimensions or scale font}
>
> Regardless of the settings, maximizing the window will fill the display.
> If your display is 1024x768, then maximizing will fill the entire
> display. If the resize mode is change dimensions, then the height and
> width will be ignored. The selected number of rows and columns will
> be determined by the number of character cells which fill the screen
> based upon the selected fontname and fontsize. If the resize mode is
> scale font, then the height and width will be preserved. Instead, the
> fontsize will be altered if possible to fill the display as best as can
> be done. If you have selected a scalable fontname, then this will work
> well. If you have selected a bitmap fontname, then the ability to scale
> will be limited to the fixed sizes of the fontname available on your system.
>
> Jeffrey Altman
>
>
>
> finhead wrote:
> > I have donloaded the kermit version 2.1.3 again and I still have the
> > same issue. I have set up myh session once again. I have even opened
> > the shortcut using notepad and edited the line
> > "set tem width 120"
> > "set term height 39"
> > to accomodate the 1024x768 screen resolution but it still does not
> > open correctly. Am I missing something here?